Fix bug #7398 with truncated glyphs in w32 tooltips.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2010 15:41:04 +0000 (17:41 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 Dec 2010 15:41:04 +0000 (17:41 +0200)
commitdeae90bc8d55cfccaabdf6131dc1df0ae4015d32
treee41df0f55f6bbfc2253efbdc83cbb8d55952b904
parent099261d0565901f85fc771ccc7a210405d634db6
Fix bug #7398 with truncated glyphs in w32 tooltips.

 w32fns.c (Fx_show_tip): Call try_window with last argument
 TRY_WINDOW_IGNORE_FONTS_CHANGE.  Delete the TODO ifdef: problem
 solved.  Round up the tip height to an integral multiple of the
 frame's line height.  Add FRAME_COLUMN_WIDTH to the tip width.
src/ChangeLog
src/w32fns.c